home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / rocketcar2.swf / scripts / frame_33 / PlaceObject2_640_220 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2008-09-24  |  151 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.paused)
  3.    {
  4.       stop();
  5.       return undefined;
  6.    }
  7.    if(!_root.paused)
  8.    {
  9.       play();
  10.    }
  11. }
  12.